Files needed in the project:
	main.cpp
	main.h
	resource.rc
	resource.h
	reconfunctions.cpp
	reconfunctions.h
	version.h

Libraries to link:
	gdi32
	comctl32
	ws2_32
	boost_regex
	shlwapi

Compiler used to get this executable:
g++.exe TDMs GCC Suite

Used compiler settings:
	-std=c++11
	-march=corei7
	-s
	-Os
	-fexpensive-optimizations
	-fomit-frame-pointer
	(-m32 for 32 bit build)
	See the attached Code::Blocks Project file for more detail.